home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / os-includeppc / inline / console.h < prev    next >
C/C++ Source or Header  |  1997-04-14  |  726b  |  23 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _INLINE_CONSOLE_H
  4. #define _INLINE_CONSOLE_H
  5.  
  6. #ifndef __INLINE_MACROS_H
  7. #include <inline/macros.h>
  8. #endif /* !__INLINE_MACROS_H */
  9.  
  10. #ifndef CONSOLE_BASE_NAME
  11. #define CONSOLE_BASE_NAME ConsoleDevice
  12. #endif /* !CONSOLE_BASE_NAME */
  13.  
  14. #define CDInputHandler(events, consoleDevice) \
  15.     LP2(0x2a, struct InputEvent *, CDInputHandler, struct InputEvent *, events, a0, struct Library *, consoleDevice, a1, \
  16.     , CONSOLE_BASE_NAME)
  17.  
  18. #define RawKeyConvert(events, buffer, length, keyMap) \
  19.     LP4(0x30, LONG, RawKeyConvert, struct InputEvent *, events, a0, STRPTR, buffer, a1, long, length, d1, struct KeyMap *, keyMap, a2, \
  20.     , CONSOLE_BASE_NAME)
  21.  
  22. #endif /* !_INLINE_CONSOLE_H */
  23.